TakeHeapSnapshotRequest

data class TakeHeapSnapshotRequest(reportProgress: Boolean?, treatGlobalObjectsAsRoots: Boolean?)

Represents request frame that can be used with HeapProfiler#takeHeapSnapshot operation call.

See also

Constructors

TakeHeapSnapshotRequest
Link copied to clipboard
fun TakeHeapSnapshotRequest(reportProgress: Boolean? = null, treatGlobalObjectsAsRoots: Boolean? = null)

Properties

reportProgress
Link copied to clipboard
val reportProgress: Boolean? = null
If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken.
treatGlobalObjectsAsRoots
Link copied to clipboard
val treatGlobalObjectsAsRoots: Boolean? = null
If true, a raw snapshot without artifical roots will be generated

Sources

jvm source
Link copied to clipboard